home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / python-lxml.prerm < prev    next >
Encoding:
Text File  |  2010-09-23  |  259 b   |  15 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. # Automatically added by dh_python2:
  5. if which pyclean >/dev/null 2>&1; then
  6.     pyclean -p python-lxml 
  7. else
  8.     dpkg -L python-lxml | grep \.py$ | while read file
  9.     do
  10.         rm -f "${file}"[co] >/dev/null
  11.       done
  12. fi
  13.  
  14. # End automatically added section
  15.